home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Freeware / Comunicatii / dkboost / dkBoosterSetup 1.1.04.exe / dkBooster.chm / stylesheet.css < prev   
Cascading Style Sheet File  |  2005-01-29  |  1KB  |  110 lines

  1. body 
  2. {
  3.   font-size: 10pt;
  4.   font-family: Tahoma;
  5.   color: #154586;
  6. }
  7.  
  8. a:link
  9. {
  10.   color: #1000F0;
  11.   text-decoration: underline;
  12. }
  13.  
  14. a:visited
  15. {
  16.   color: #1000F0;
  17.   text-decoration: underline;
  18. }
  19.  
  20. a:hover
  21. {
  22.   color: #A900FF;
  23. }
  24.  
  25. a.head_link:link
  26. {
  27.   color: #FFFFFF;
  28.   font-weight: bold;
  29.   font-style: underline:
  30.   font-size: 8pt;
  31. }
  32.  
  33. a.head_link:visited
  34. {
  35.   color: #FFFFFF;
  36.   font-weight: bold;
  37.   font-style: underline:
  38.   font-size: 8pt;
  39. }
  40.  
  41. a.head_link:hover
  42. {
  43.   color: #85C6ED;
  44. }
  45.  
  46. a.next_link:link
  47. {
  48.   font-size: 11pt;
  49.   color: #FF5A00;
  50.   font-weight: bold;
  51.   font-style: underline:
  52. }
  53.  
  54. a.next_link:visited
  55. {
  56.   font-size: 11pt;
  57.   color: #FF5A00;
  58.   font-weight: bold;
  59.   font-style: underline:
  60. }
  61.  
  62. a.next_link:hover
  63. {
  64.   color: #FF8000;
  65. }
  66.  
  67. a.text
  68. {
  69.   font-size: 9pt;
  70. }
  71.  
  72. a.title
  73. {
  74.   font-size: 12pt;
  75. }
  76.  
  77. a.inline
  78. {
  79.   color: #20AA20;
  80. }
  81.  
  82. p
  83. {
  84.   font-size: 9pt;
  85.   text-indent: 10pt;
  86.   margin-bottom: 0pt;
  87.   margin-top: 5pt;
  88. }
  89.  
  90. ul
  91. {
  92.   margin-top: 5pt;
  93.   margin-bottom: 0pt;
  94. }
  95.  
  96. li
  97.   margin-top: 1pt;
  98.   font-size: 9pt;
  99. }
  100.  
  101. h1
  102. {
  103.   font-size: 13pt;
  104. }
  105.  
  106. h2
  107. {
  108.   font-size: 9pt;
  109. }